﻿body
{
	background:url(./Images/bg.gif) repeat;
}
a:link
{
	text-decoration: none;
	color: #3F3F3F;
}
a:visited
{
	text-decoration: none;
	color: #3F3F3F;
}
a:hover
{
	text-decoration: underline;
	color:Black;

}
a:active
{
	text-decoration: none;
	color: #3F3F3F;
}